wayland: Don't warn if the display is lost, skip exit handlers
authorDebarshi Ray <debarshir@gnome.org>
Wed, 24 May 2017 14:42:01 +0000 (16:42 +0200)
committerDebarshi Ray <debarshir@gnome.org>
Tue, 30 May 2017 07:15:57 +0000 (09:15 +0200)
commit385a46b5c0c0b8f429efab38f7b09f02f983b3ff
tree5713063ca43501cfdb7782164928bf6c1d5898ae
parent406db15066f121c2b9910691f92e5841b30e0311
wayland: Don't warn if the display is lost, skip exit handlers

There is no need to have every application log a warning when the
Wayland display server goes away, and we are using _exit instead of
exit elsewhere.

This is also what the X11 backend does (see gdk_x_io_error).

https://bugzilla.gnome.org/show_bug.cgi?id=745289
gdk/wayland/gdkeventsource.c